home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1994 December
/
macformat-019.iso
/
Shareware City
/
Developers
/
Gnuplot 3.5 for Macintosh
/
docs
/
latextut
/
eg4.plt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-11-03
|
227 b
|
11 lines
|
[
TEXT/MSWD
]
set terminal latex
set output "eg4.tex"
set format y "$%g$"
set format x "$%.2f$"
set title "This is $\sin(x)$"
set xlabel "This is the $x$ axis"
set ylabel "$\sin(x)$"
set nokey
set xtics -pi, pi/4
plot [-pi:pi] [-1:1] sin(x)